From 2cff7a68f2f971985f53f1f0a47085679d90d30c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 30 Oct 2015 17:17:41 -0400 Subject: [PATCH] Adwaita: Update font button styling Use the new element name and style class. --- gtk/theme/Adwaita/_common.scss | 2 +- gtk/theme/Adwaita/gtk-contained-dark.css | 2 +- gtk/theme/Adwaita/gtk-contained.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 843adac53c..0deb0fa189 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -2519,7 +2519,7 @@ separator { // Font and File button separators GtkFileChooserButton &.vertical, - GtkFontButton &.vertical { + button.font &.vertical { // always disable separators -GtkWidget-wide-separators: true; } diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index e76f06c9b3..f7880102d4 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -3553,7 +3553,7 @@ GtkScrolledWindow viewport.frame { separator { color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton separator.vertical, GtkFontButton separator.vertical { + GtkFileChooserButton separator.vertical, button.font separator.vertical { -GtkWidget-wide-separators: true; } /********* diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index 75049418bd..dabd4f3360 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -3715,7 +3715,7 @@ GtkScrolledWindow viewport.frame { separator { color: rgba(0, 0, 0, 0.1); } - GtkFileChooserButton separator.vertical, GtkFontButton separator.vertical { + GtkFileChooserButton separator.vertical, button.font separator.vertical { -GtkWidget-wide-separators: true; } /********* -- 2.30.2